/*
Theme Name: Lynnette Kraft - Dancing Again
Description: Theme for Lynnettekraft.com - child of twentyeleven theme
Author: Abigail Kraft
Author URI: http://abigailkraft.com
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);

@font-face {
    font-family: 'walkway_boldregular';
    src: url('fonts/walkway_bold-webfont.eot');
    src: url('fonts/walkway_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/walkway_bold-webfont.woff') format('woff'),
         url('fonts/walkway_bold-webfont.ttf') format('truetype'),
         url('fonts/walkway_bold-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'walkway_blackregular';
    src: url('fonts/walkway_black-webfont.eot');
    src: url('fonts/walkway_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/walkway_black-webfont.woff') format('woff'),
         url('fonts/walkway_black-webfont.ttf') format('truetype'),
         url('fonts/walkway_black-webfont.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ashbury-lightregular';
    src: url('fonts/AshburyLig-webfont.eot');
    src: url('fonts/AshburyLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/AshburyLig-webfont.woff') format('woff'),
         url('fonts/AshburyLig-webfont.ttf') format('truetype'),
         url('fonts/AshburyLig-webfont.svg#ashbury-lightregular') format('svg');

}

@font-face {
    font-family: 'qlassik_mediumregular';
    src: url('fonts/qlassikmedium_tb-webfont.eot');
    src: url('fonts/qlassikmedium_tb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/qlassikmedium_tb-webfont.woff') format('woff'),
         url('fonts/qlassikmedium_tb-webfont.ttf') format('truetype'),
         url('fonts/qlassikmedium_tb-webfont.svg#qlassik_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'qlassik_boldregular';
    src: url('fonts/qlassikbold_tb-webfont.eot');
    src: url('fonts/qlassikbold_tb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/qlassikbold_tb-webfont.woff') format('woff'),
         url('fonts/qlassikbold_tb-webfont.ttf') format('truetype'),
         url('fonts/qlassikbold_tb-webfont.svg#qlassik_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CodeProDemoRegular';
    src: url('fonts/Code_Pro_Demo-webfont.eot');
    src: url('fonts/Code_Pro_Demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Code_Pro_Demo-webfont.woff') format('woff'),
         url('fonts/Code_Pro_Demo-webfont.ttf') format('truetype'),
         url('fonts/Code_Pro_Demo-webfont.svg#CodeProDemoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #333;
	word-wrap: break-word;
}

li {
	font-family: 'PT Serif', century gothic, verdana;	
	font-size: 16px;
	letter-spacing: 0px;
}

.hentry {
	font-family: 'PT Serif', century gothic, verdana;
	font-size: 16px;
	letter-spacing: 0px;
	word-spacing: 2px;	
}

bold, b, strong, h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Serif', century gothic, verdana;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: italic;
}

h1 {
	font-size: 20px !important;
}

h2 {
	font-size: 17px !important;
}

.group {
	clear: both;	
}

li {
	list-style: none;
}

h3 {
	list-style: none;	
}

a {
	color: #8f8d57;	
	font-weight: normal !important;
}

a:focus,
a:active,
a:hover {
	color: #7F7C4F ;
	text-decoration: none !important;
}

img {
	border: none !important;
	margin: none !important;
	padding: none !important;
}

hr {
	border: none;
	height: 46px;
	background: #fff url("http://lynnettekraft.com/wp-content/uploads/2013/07/promopost_line-divider.png") center no-repeat;
}

#hr2 {
	border: none;
	height: 55px;
	background: #fff url("http://lynnettekraft.com/wp-content/uploads/2013/07/promopost_line-divider2.png") center no-repeat;
	clear: both;
}

a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: none;
	border-color: none;
}

.singular.page .hentry {
	padding: 0em 0 0;
}

#main {
	margin: 0px;
	padding: 0px;	
}

#page {
	background: none;
	width: 980px;
	padding: 10px;
}

.container {
	box-shadow:1px 1px 12px #E6E6E6;
	-webkit-box-shadow:1px 1px 12px #e6e6e6;
	-moz-box-shadow:1px 1px 12px #e6e6e6;
}

/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 0px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
	display: none;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
	display: none;
}
#branding img {
	height: auto;
	margin-bottom: 0px;
	width: auto;
}

/* =Menu
-------------------------------------------------------------- */
#access div {
	margin: 0px;	
}


#access {
	background: none !important; /* Show a solid color for older browsers */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	clear: both;
	display: block;
	float: left;
	margin: -70px auto 6px;
	width: 100%;
}
#access ul {
	font-size: 18px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	font-family: 'PT Serif', arial, verdana;
	font-variant: small-caps;
	font-size: 19px;
}
#access a {
	color: #555;
	display: block;
	line-height: 3.333em;
	padding: 0 0.8em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: none;
}
#access ul ul li:hover > a,
#access ul ul li.current-menu-item > a {
	background: #fff;
}
#access li:hover > a,
#access a:focus {
	background: none; /* Show a solid color for older browsers */
	color: #333;
	text-shadow: 1px 1px 2px #999;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background: none; /* Show a solid color for older browsers */
	color: #333;
	text-shadow: 1px 1px 2px #999;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 0px;
	right: auto;
	left: 0px !important;
	text-align: left;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 380px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =Front Layout
----------------------------------------------- */

#front-photo {
	float:left;
	background: #fff;
	width: 350px;
	padding: 10px;
	margin: 0px;
}

	#front-photo img {
		padding: 0px;
		margin: 0px;	
	}
	
	#front-photo p {
		margin: 0px;	
	}

#front-primary {
	width:580px;
	padding:5px;
	background:#fff;
	float: right;
	vertical-align: top;
}

  #front-content {
	height:220px;
	width:580px;
  }
  
  .featured-entry-header {
	display: block;
	width:560px;
	background: #fff;
	filter: alpha(80);
	opacity: 0.8;
	padding:10px;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-timing-function: linear, ease-in;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-timing-function: linear, ease-in;
  }
  
  	.featured-entry-header:hover {
		filter: alpha(100);
		opacity: 1.0;	
	}
  
  h1.featured-entry-title {
	font-family: 'qlassik_boldregular', verdana, sans-serif;
	font-size: 30px !important;	    
	text-align: right;
	line-height: 1.2;
  }
  
  	.featured-entry-title {
		color: #515151;	
	}
	
		.featured-entry-title a:hover {
			text-decoration: none;	
		}
		
.featured-entry-meta {
	font-family: 'CodeProDemoRegular', verdana, sans-serif;
	font-size: 85px;
	line-height: .9;	
	color: #fff;
	text-align: right;
	text-shadow: 2px 1px 3px #000;
	display:none;
}

#supplementary-sidebar {
	width: 590px;
	margin: 12px 0 0 0;
	float: right;
	background: #fff;
}

	.front-sidebars {
		height: 240px;	
		padding: 0px;
	}

	#first-front, #second-front, #third-front {
		width: 190px;
		min-height: 240px;
	  	max-height: 240px;
		padding: 3px;
	}
	
	#first-front {
		float: left;	
	}
	
	#second-front {
		float: left;	
	}
	
	#third-front {
		float: right;	
	}
	
	#supplementary-sidebar img {
		max-width: 196px;
		height: auto;
		margin: 0px;
	}

	.widget_twitter .timesince {
		display: block;
		font-size: 11px;
		margin-right: 0px;
		text-align: right;
	}
	
	.widget {
		margin: 0px;
		padding: 0px 0 10px 0;	
		word-wrap: break-word;
	}
	
	.widget h3{
		margin: 3px 0 8px 0px;
	}
	
	#first-front {
		float: left;
		overflow-y: auto;
		text-align: center;	
	}
	
		#first-front ul li {
			font-family: 'PT Serif', arial, verdana;	
			padding: 5px 0;
			line-height: 1.1;
			border-bottom: 1px dotted #e8e8e8;
		}
	
	#second-front {
		float: left;
		overflow-y: auto;
		padding-left: 2px;
		padding-right: 2px;		
	}
	
	#third-front {
		float:right;
		overflow-y: auto;	
	}
	
	#front-social-network-links {
		display: inline;	
	}
	
		#front-social-network-links img {
			float: left;
		}
	
footer {	
	padding: 20px 0 0 0;
}
	
#supplementary-footer {
	width: 960px;
	background: #fff;
	padding: 10px;
	display: block;
	text-align: justify;
	color: #4d4d4d;
}
	
#site-generator {
	text-transform: uppercase;
	font-size: 11px;
	background: none;
}

#site-generator a {
	font-weight: 100;	
}
	
#copyright {
	width: 50%;
	float: left;
	text-align: left;	
}

#credits {
	width: 50%;
	float: right;
	text-align: right;	
}

/* =Main Layout
----------------------------------------------- */

#primary {
	width: 980px;
	padding: 0px;
	margin: 0 -200px 0 0;	
	float: left;
	background: #fff;
}

#content {
	width: 780px;
	margin: 0px 200px 0 0;
}

#secondary {
	width: 200px;
	float: right;
	padding: 0px;
	margin: 0px;	
	background: #fff;
	text-align: right;
	box-shadow:6px 0px 6px 0px #E6E6E6;
	-webkit-box-shadow:6px 0px 6px 0px #e6e6e6;
	-moz-box-shadow:6px 0px 6px 0px #e6e6e6;
	border-left: 0px solid #efefef;
}

#secondary img {
	padding: 0px;
	margin: 0px;
	max-width: 200px;	
}

/* =Blog Posts Format
----------------------------------------------- */

.hentry {
	padding: 0px 0 80px;
	margin: 0px;
	border-bottom: 1px solid #F2F2F2;
}

.entry-meta {
	font-family: 'PT Serif', century gothic, verdana;
	font-size: 15px;
}

div.entry-meta {
	width: 730px;
	min-height: 74px;
	background: url(theme_images/DateDecor.png);
	background-repeat: no-repeat;
	padding: 0 0 0 50px !important;
	line-height: 74px;	
	color: #333;
}

h1.entry-title, h1.entry-title a {
	text-align: center;
	line-height: 1.2;	
	padding: 0px;
	font-family: 'PT Serif', verdana, arial;
	font-style: italic;
	font-size: 20px;
}

h1.entry-title a:hover {
	color: #333;	
}

header.entry-header {
	margin: 6px 0 0 0;	
}

div.entry-content {
	width: 740px;
	padding: 20px;	
}

#followMeFooter {
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #888;
	-moz-box-shadow: 0px 1px 3px #888;
	-o-box-shadow: 0px 1px 3px #888;
	box-shadow: 0px 1px 3px #888;
}

#followMeFooter span {
	width: 100%;
	font-size: 25px;
	font-style: italic;
	display: block;
}

#followMeFooter form p {
	line-height: 1.2;
	margin: 0;
}

.sharedaddy {
	background: #d3cf47;
	padding: 0px 10px;
	margin: 5px 0px;
}

footer.entry-meta {
	width: 730px;
	min-height: 74px;
	background: url(theme_images/CommentsLinkDecor.png);
	background-repeat: no-repeat;
	padding: 0 50px 0 0px !important;
	line-height: 74px;	
	float: right;
	text-align: right;
	background-position: right;
}

	footer.entry-meta a {
		color: #333;	
	}
	
span.edit-link a {
	position: absolute;
	bottom: 0;
	right: 40px;
	z-index: 999999999;	
}



/* =Singular Blog Post Format
----------------------------------------------- */

.singular #primary {
	width: 980px;
	margin: 0 -200px 0 0;
}

.singular #content, .left-sidebar.singular #content {
margin: 0 0;
width: 780px;
}

.singular .entry-title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
}

.singular .entry-header, .singular footer.entry-meta, .singular #comments-title {
margin: 0 auto;
width: 100%;
}

.singular #comments-title {
	padding: 10px;
}

.singular .entry-content {
	width: 740px;	
}

.singular .entry-meta .edit-link a {
top: auto;
bottom: 0px;
position: absolute;
right: 40px;
left: auto;
}

/* =Page Format
----------------------------------------------- */

.page h1.entry-title {
	margin: 20px 0 0 10px;	
}

/* =Sidebars and Widgets
----------------------------------------------- */

aside h3.widget-title {
	font-family: 'PT Serif', century gothic, verdana !important;
	font-size: 18px;
	letter-spacing: 0px;	
	text-align: right;
	text-transform: none;
	color: #333;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #333;
	line-height: 1.2;
}

.widget {
	margin: 0 0 10px 0;	
}

/* =Comments
----------------------------------------------- */

#respond {
	background: none;
	border: none;	
}

#respond input#submit {
	background: #efefef;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #888;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 #fff;
}

.vcard {
	font-family: 'qlassik_boldregular', century gothic, verdana;
	font-size: 20px;
}

.commentlist .children li.comment .comment-meta {
line-height: 1.2;
margin-left: 50px;
padding-top: 0px;
}

.commentlist .children .avatar {
	left: 10px;
	top: 20px;
}

/* =Navigation
-------------------------------------------------------------- */

nav#nav-below, nav#nav-above {
	padding: 10px !important;	
}

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}

.nav-previous a, .nav-next a {
	font-size: 20px !important;
	font-family: 'PT Serif', century gothic, verdana;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */

#nav-single {
	float: none;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: 46%;
}
#nav-single .nav-next {
	padding: 10px 1%;
	float: right;
	text-align: right;
}
#nav-single .nav-previous {
	padding: 10px 1%;
	float: left;
	text-align: left;
}

.product {
	float: left !important;
	width: 46% !important;
	padding: 1% !important; 
	margin: 1% !important; 
	border-left:solid 1px #fff !important; 
	border-top: solid 1px #fff !important; 
	box-shadow: 0px 0px 1px #888 !important; 
		-webkit-box-shadow: 0px 0px 1px #888 !important; 
		-moz-box-shadow: 0px 0px 1px #888 !important; 
		-o-box-shadow: 0px 0px 1px #888 !important; 
	border-radius:7px !important; 
		-webkit-border-radius:7px !important; 
		-moz-border-radius:7px !important; 
		-o-border-radius:7px !important; 
	background: #efefef !important; 
	text-align: center !important;
}

@media only screen and (max-device-width: 480px) {
	.hentry {
	font-family: 'PT Serif', century gothic, verdana;
	font-size: 40px;
	letter-spacing: 0px;
	word-spacing: 2px;	
	}

	li {
	font-family: 'PT Serif', century gothic, verdana;	
	font-size: 40px;
	letter-spacing: 0px;
	}

h1 {
	font-size: 50px !important;
}

h2 {
	font-size: 45px !important;
}

.entry-meta {
	font-family: 'PT Serif', century gothic, verdana;
	font-size: 35px;
}

h1.entry-title, h1.entry-title a {
	text-align: center;
	line-height: 1.2;	
	padding: 0px;
	font-family: 'PT Serif', verdana, arial;
	font-style: italic;
	font-size: 50px;
}

.singular .entry-title {
	color: #000;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
}

.widget {
	text-align: center;
	padding: none;
	margin: none;
}

.widget img {
	min-width: 80%;
}

#rss-subs {
	display: none;
}

aside h3.widget-title {
	font-family: 'PT Serif', century gothic, verdana !important;
	font-size: 40px;
	letter-spacing: 0px;	
	text-align: center;
	text-transform: none;
	color: #333;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #333;
	line-height: 1.2;
}

}

/* Book Post Styles
-------------------------------------------------------------- */

#info-block-left, #info-block-center, #info-block-right {
	background: #fff;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-shadow: 0 0 10px #e4dac3;
	-moz-box-shadow: 0 0 10px #e4dac3;
	-o-box-shadow: 0 0 10px #e4dac3;
	box-shadow: 0 0 10px #e4dac3;
	padding: 30px;
	width: 200px;
	height: 200px;
	text-align: center;
	position: relative;
}

#info-block-left p, #info-block-center p, #info-block-right p {
	width: 200px;
}

#info-block-left strong, #info-block-center strong, #info-block-right strong {
	font-size: 25px;
}

#info-block-left {
	float: left;
	z-index: 1;
}

#info-block-center {
	float: center;
	margin: 0 auto;
	z-index: 2;
}

#info-block-right {
	float: right;
	z-index: 3;
}

#synopsis {
	margin: 50px;
	-webkit-box-shadow: 2px 2px 5px #4f565c;
	-moz-box-shadow: 2px 2px 5px #4f565c;
	-o-box-shadow: 2px 2px 5px #4f565c;
	box-shadow: 2px 2px 5px #4f565c;
	padding: 30px;
	text-align: justify;
}

#test-readers blockquote:nth-child(n+1) {
	padding: 10px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

#test-readers blockquote:nth-child(2n+1) {
	padding: 10px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}

#test-readers blockquote:nth-child(3n+1) {
	padding: 10px;
}

#test-readers em {
	font-variant: small-caps;
	font-size: 16px;
}

#bios img {
	float: left;
	margin: 0px 15px 15px 0px;
}

.bio {
	min-height: 400px;
}

.bio .links {
	float: right;
	margin: 10px 0 0 250px;
}

.bio .links p {
	text-align: right;
}

#bios h2 {
	font-style: normal;
	font-size: 35px !important;
	background: #efefef;
	line-height: .8;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}

.bio h3 {
	font-size: 15px;
	text-align: right;
}

#contact-cards {
	text-align: center;
	margin: 30px 0px;
}

#contact-cards .name {
	font-variant: small-caps;
	font-size: 20px;
}

#contact-cards .email {
	font-style: italic;
}

#contact-cards .phone {
	font-size: 20px;
	font-style: italic;
}